/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

::selection {
    background-color: #0a54ba;
    color: #fff;
}

::-moz-selection {
    background-color: #0a54ba;
    color: #fff;
}

::-webkit-selection {
    background-color: #0a54ba;
    color: #fff;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

*,
*:before,
*:after {
    box-sizing: content-box;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
    resize: none;
}



h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}



html {
    cursor: url(../images/cur.png),
        default;
}

a {
    cursor: url(../images/Acur.png),
        default;
}

textarea {
    animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;

}

input[type="text"] {
    animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;
}

input[type="button"] {
    cursor: url(../images/Acur.png),
        default !important;
}

@keyframes animated {
    0% {
        cursor: url('../images/Pcuro1.png'),
            auto;
    }

    8.8% {
        cursor: url('../images/Pcuro2.png'),
            auto;
    }

    17.6% {
        cursor: url('../images/Pcuro3.png'),
            auto;
    }

    26.4% {
        cursor: url('../images/Pcuro4.png'),
            auto;
    }

    35.2% {
        cursor: url('../images/Pcuro5.png'),
            auto;
    }

    44% {
        cursor: url('../images/Pcuro6.png'),
            auto;
    }

    52.8% {
        cursor: url('../images/Pcuro7.png'),
            auto;
    }

    61.6% {
        cursor: url('../images/Pcuro8.png'),
            auto;
    }

    70.4% {
        cursor: url('../images/Pcuro9.png'),
            auto;
    }

    79.2% {
        cursor: url('../images/Pcuro10.png'),
            auto;
    }

    88% {
        cursor: url('../images/Pcuro11.png'),
            auto;
    }

    100% {
        cursor: url('../images/Pcuro12.png'),
            auto;
    }


}



.center {
    width: 1200px;
    margin: 0 auto;
  }
  .clear {
    clear: both;
  }
  .header {
    height: 132px;
  }
  .header .center {
    padding-top: 35px;
    overflow: hidden;
  }
  .header .center h1 {
    float: left;
  }
  .header .center h1 img {
    width: 64px;
    height: 59px;
  }
  .header .center .left {
    float: left;
    margin-left: 13px;
  }
  .header .center .left .p1 {
    font-size: 29px;
    font-weight: bold;
    line-height: 29px;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0a54ba;
  }
  .header .center .left .p2 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    line-height: 16px;
    margin-top: 15px;
  }
  .header .center .tel {
    float: right;
    font-family: BodoniBT;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0a54ba;
    line-height: 45px;
    padding-left: 61px;
    background: url('../images/htel.png') no-repeat center;
    background-position-x: 0;
    background-position-y: 0;
    margin-top: -15px;
  }
  .header .center .tel .box{
    width: 240px;
    height: 30px;
    background-color: #eeeeee;
    position: relative;
    margin-top: 15px;
    margin-left: -25px;
  }
  .header .center .tel .box .sss{
    position: absolute;
    top: 0;
    width: 40px;
    height: 30px;
    right: 0;
    background: url('../images/ssss.jpg') no-repeat center;
    cursor: pointer;
  }
  .header .center .tel .box input{
    width: 190px;
    padding-left: 10px;
    height: 30px;
    background-color: #eeeeee;
    vertical-align: top;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    line-height: 30px;
  }
  .nav {
    height: 70px;
    background-color: #0a54ba;
  }
  .nav .center > ul {
    height: 70px;
  }
  .nav .center > ul > li {
    float: left;
    width: 120px;
    height: 70px;
    text-align: center;
    transition: 0.5s;
    position: relative;
  }
  .nav .center > ul > li:after {
    content: '|';
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #2172e1;
    line-height: 70px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .nav .center > ul > li:last-child {
    border: none;
  }
  .nav .center > ul > li:last-child:after {
    content: '';
  }
  .nav .center > ul > li > a {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 70px;
  }
  .nav .center > ul > li:hover {
    background: #ff5f00;
  }
  .nav .center > ul > li:hover > .down {
    opacity: 1;
  }
  .nav .center > ul > li:hover > .down > i {
    height: 40px;
    border-bottom: 1px solid white;
  }
  .nav .center > ul > li:hover > .down > i > a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .nav .center > ul > li > .down {
    position: absolute;
    width: 120px;
    top: 70px;
    left: -10px;
    opacity: 0;
    z-index: 66666;
  }
  .nav .center > ul > li > .down > i {
    height: 0px;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    transition: 0.5s;
    width: 140px;
  }
  .nav .center > ul > li > .down > i > a {
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    display: block;
    color: white;
    text-align: center;
    background: linear-gradient(to right, #0a54ba, #0a54ba) no-repeat;
    background-size: 0% 100%;
    transition: 0.5s;
    padding: 0px;
    border-radius: 0%;
    width: 120px;
    padding: 0 10px;
  }
  .nav .center > ul > li > .down > i > a:hover {
    background: linear-gradient(to right, #0a54ba, #0a54ba) no-repeat;
    background-size: 100% 100%;
    color: white;
  }
  .nav .center > ul > li > .down > i:hover > .down_ {
    width: 100%;
    opacity: 1;
  }
  .nav .center > ul > li > .down > i:hover > .down_ > i {
    height: 40px;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
  }
  .nav .center > ul > li > .down > i:hover > .down_ > i > a {
    font-size: 14px;
    line-height: 40px;
  }
  .nav .center > ul > li > .down > i > .down_ {
    width: 0%;
    position: absolute;
    left: 140px;
    top: 0px;
    transition: 0.5s;
    opacity: 0;
  }
  .nav .center > ul > li > .down > i > .down_ > i {
    font-size: 14px;
    height: 0px;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.5s;
    position: relative;
    width: 140px;
  }
  .nav .center > ul > li > .down > i > .down_ > i > a {
    line-height: 0px;
    font-size: 0px;
    display: block;
    color: white;
    text-align: center;
    background: linear-gradient(to right, #0a54ba, #0a54ba) no-repeat;
    background-size: 0% 100%;
    transition: 0.5s;
    padding: 0px;
    border-radius: 0%;
    width: 120px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .nav .center > ul > li > .down > i > .down_ > i > a:hover {
    background: linear-gradient(to right, #0a54ba, #0a54ba) no-repeat;
    background-size: 100% 100%;
    color: white;
  }
  .nav .center > ul .another {
    background: #ff5f00;
  }
  .footer {
    height: 357px;
    background: url('../images/footer.jpg') no-repeat center;
  }
  .footer .center .top {
    text-align: center;
    padding-right: 45px;
  }
  .footer .center .top p {
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #c1ddf7;
  }
  .footer .center .top h3 {
    padding-top: 5px;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 65px;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .footer .center .lx {
    overflow: hidden;
    margin-top: 23px;
    margin-bottom: 60px;
  }
  .footer .center .lx li {
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    border-right: #c1ddf7 1px solid;
    padding-left: 80px;
    padding-right: 60px;
  }
  .footer .center .lx li span {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .footer .center .lx li:last-child {
    border: none;
  }
  .footer .center .lx .l1 {
    background: url('../images/f1.png') no-repeat center;
    background-position-x: 45px;
  }
  .footer .center .lx .l2 {
    background: url('../images/f2.png') no-repeat center;
    background-position-x: 45px;
  }
  .footer .center .lx .l3 {
    background: url('../images/f3.png') no-repeat center;
    background-position-x: 45px;
  }
  .footer .center .lx .l4 {
    background: url('../images/f4.png') no-repeat center;
    background-position-x: 45px;
  }
  .footer .center .left {
    overflow: hidden;
    float: left;
  }
  .footer .center .left > li {
    float: left;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    margin-right: 65px;
    line-height: 40px;
  }
  .footer .center .left > li li {
    line-height: 28px;
  }
  .footer .center .left > li li a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
  }
  .footer .center .right {
    float: left;
  }
  .footer .center .right p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 36px;
    color: #333333;
  }
  .footer .center .right p a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
  }
  .footer .center .right p a img {
    vertical-align: text-bottom;
    margin-left: 5px;
  }
  .footer .center .ewm {
    width: 230px;
    height: 125px;
    border: solid 1px #dedede;
    float: right;
  }
  .footer .center .ewm img {
    width: 104px;
    height: 104px;
    float: left;
    margin-top: 12px;
    margin-left: 10px;
  }
  .footer .center .ewm .text {
    float: left;
    margin-left: 13px;
    padding-top: 36px;
  }
  .footer .center .ewm .text p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #333333;
  }
  